Blazor | ComponentOne
C1.Blazor.DateTimeEditors Assembly / C1.Blazor.DateTimeEditors Namespace / C1DateTimeBase<TTimeValue> Class / FontStyle Property

In This Topic
    FontStyle Property (C1DateTimeBase<TTimeValue>)
    In This Topic
    Gets or sets the font style applied to the view.
    Syntax
    'Declaration
     
    
    Public Property FontStyle As Nullable(Of C1StyleFontStyle)
    public Nullable<C1StyleFontStyle> FontStyle {get; set;}
    See Also